home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / opening.dxr / Internal_6.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  218 b   |  15 lines

  1. on prepareMovie
  2.   if voidp(gFirstTime) then
  3.     set gFirstTime to 1
  4.     initInStub()
  5.     InitInMain()
  6.   end if
  7.   initConsts()
  8.   initCommonVars()
  9. end
  10.  
  11. on startMovie
  12.   DmFadePackReg("64464")
  13.   DmFadePackReg("40733")
  14. end
  15.